home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / games1 / nfa-hdin.lha / NFA-HDInstallers / StarDust / Install next >
Text File  |  1993-12-26  |  450b  |  26 lines

  1. if exists c:requestfile
  2.  
  3. lab again
  4. requestfile >ram:env/rq drawer sys: title "Where do you want STARDUST FILES" drawersonly noicons
  5. if $rq eq ""
  6. skip back again
  7. endif
  8. echo >ram:env/doit cd $rq
  9. execute ram:env/doit
  10. delete >nil: <nil: ram:env/rq ram:env/doit
  11.  
  12. else
  13. lab tryagain
  14. echo "Where Do You Want The STARDUST Game Files : " noline
  15.  
  16. set >nil: gamedir ?
  17.  
  18. if exists $gamedir
  19. cd >nil: <nil: $gamedir
  20.  
  21. else
  22.     skip back tryagain
  23. endif
  24. endif
  25. Install.exe
  26.